object FrmDriveSel: TFrmDriveSel Left = 343 Top = 112 BorderStyle = bsDialog Caption = 'CD Drive Selection' ClientHeight = 160 ClientWidth = 250 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 217 Height = 53 AutoSize = False Caption = 'Mote than one CD drive has ben detected on this computer. Please' + ' select the drive to use. This can be changed later in the Prope' + 'rties dialog.' WordWrap = True end object btnOK: TButton Left = 40 Top = 128 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 132 Top = 128 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end object cbDriveSelect: TComboBox Left = 52 Top = 84 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end end